
.taone {
    list-style-type:none;
    font-size: 20px;
    font-face: verdana;
    border: 2px solid #336666;
    border-radius: 7px;
}


.txone {
    list-style-type:none;
    font-size: 18px;
    font-face: verdana;
    border: 2px solid #336666;
    border-radius: 7px;
    padding: 2px 2px 3px 3px;
}

.txtwo {
    list-style-type:none;
    font-size: 18px;
    font-face: verdana;
    border: 2px solid #336666;
    border-radius: 7px;
    padding: 2px 2px 3px 3px;
    text-align: center;
}

.clr1 {
    background-color: #ffffbb;
}

.tdx0 {
    background-color: none;
    width: 25px;
    margin: 1px;
    line-height: 20px;
    padding: 3px 1px 1px 1px;
    font-size: 12px;
    text-align: right;
    border: solid 0px silver;
}


.tdx1 {
    background-color: #111111; 
    width: 25px;
    height: 25px;
    margin: 1px;
  //  line-height: 25px;
    padding: 3px 3px 1px 3px;
    font-size: 12px;
    text-align: center;
    border: solid 2.3px silver;
    border-radius: 4px;
}
.tdx1 a{
  float:left;
  display:inline;
  //padding: 0px 1px;
  width: 100%;  
  height: 100%; 
  color: #000000;
  text-decoration: none;
 // background-color: #F8F8FF;
}

.tdxx a{
  float:left;
  display:inline;
  //padding: 0px 1px;
  width: 100%;  
  height: 100%; 
  color: #000000;
  text-decoration: yes;
    background-color: #000000;
}


.lione li {
    list-style-type: none;
    margin: 10px;
    padding: 5px 2px 10px 3px;
}

.tb1 td {
    margin: 12px;
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    font-face: verdana;
    font-weight: bold;
    text-align: center;
}

.tb2 td {
    margin: 1px;
    line-height: 20px;
    padding: 5px 15px 5px 15px;
    font-size: 22px;
    font-face: verdana;
    text-align: center;
}

.tb3 td {
    margin: 3px;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    font-face: verdana;
    font-weight: bold;
  //text-align: center;
}


.tb1b td {
    margin: 12px;
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    font-face: verdana;
    font-weight: bold;
    text-align: center;
}

.tb2bb td {
    margin: 0px;
   // line-height: 100px;
    width: 130px;
  //  padding: 1px 1px 1px 1px;
  //font-size: 22px;
  //font-face: open-sans;
    text-align: center;
 color: #303030;
   // vertical-align: top;
}

.tb2b td {
    margin: 2px;
    line-height: 21px;
    width: 170px;
    padding: 2px 2px 2px 2px;
    font-size: 23px;
    font-weight: 500;
    font-face: verdana;
    text-align: center;
  //  border-bottom: .1px solid #eeeeee;
  //  border-right: .1px solid #eeeeee;
   // border-right: .5px solid red;
   // border-image: linear-gradient(to right, rgba(0,0,0,0) 25%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 75%);
  //  border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 75%);
   // border-image-slice: 1;
}

.tb2bx {
    border-bottom: .1px solid #bbdddd;
    border-right: .1px solid #ddddbb;
}


.tb3b td {
    margin: 3px;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    font-face: verdana;
    font-weight: bold;
  //text-align: center;
}

.tb4b td {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-face: verdana;
    font-weight: bold;
  //text-align: center;
}

.tb4b a {
  float:left;
  display:inline;
  padding: 0px 1px;
  width: 100%;  
  height: 100%; 
  color: #000000;
  text-decoration: none;
 // background-color: #F8F8FF;
}

.div1  {
    margin: 20px;
    padding: 25px 25px 25px 25px;
    border: solid 2px #fff;
    border-radius: 13px;
    min-width: 400px;
}


.regular-radio {
    display: none;
}
.regular-radio:checked + label:after {
    background: none repeat scroll 0 0 #ff0000;
 //   box-shadow:inset 0 0 0 2px rgb(255,255,255);
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 1px;
    width: 1px;
    position: absolute;
    top: 2px;
    left: 4px;
}
.regular-radio:checked + label:before {
    background-color: #00FF00;
}
.regular-radio:focus + label:before {
    background-color: #ffd500;
}
.regular-radio + label:before {
    background-color:#f0f0f0;
    border-radius:50px;
    display: inline-block;
    position: relative;
    height:20px;
    width:20px;
    content: ' ';
    margin-right: 10px;
 color: #303030;
    cursor: pointer;sor:pointer;
   border: ridge 8px;
  //  border: groove 8px;
  //  border: double 8px;
}

.regular-radio + label:after {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    top: 3px;
    left: 5px;
}
label {
    display: inline;
    position: relative;
}

